Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / ndp / fx / src / xsp / System / Web / Extensions / ui / ScriptReferenceEventArgs.cs / 1 / ScriptReferenceEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Security.Permissions; using System.Web; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) ] public class ScriptReferenceEventArgs : EventArgs { private readonly ScriptReference _script; public ScriptReferenceEventArgs(ScriptReference script) { if (script == null) { throw new ArgumentNullException("script"); } _script = script; } public ScriptReference Script { get { return _script; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToggleProviderWrapper.cs
- X509Certificate2Collection.cs
- AuthenticationModeHelper.cs
- Visual3D.cs
- BitmapCodecInfoInternal.cs
- BlobPersonalizationState.cs
- VisualTransition.cs
- ByteRangeDownloader.cs
- Int32CAMarshaler.cs
- Imaging.cs
- FragmentNavigationEventArgs.cs
- FillRuleValidation.cs
- RecipientIdentity.cs
- XPathNavigatorReader.cs
- TreeBuilderXamlTranslator.cs
- StringReader.cs
- CounterCreationDataCollection.cs
- HttpRequest.cs
- SafeArchiveContext.cs
- ErrorStyle.cs
- DataGridViewLayoutData.cs
- MatrixTransform3D.cs
- CompositeFontFamily.cs
- ModelFunction.cs
- CodeChecksumPragma.cs
- FontDifferentiator.cs
- StreamGeometry.cs
- HostProtectionPermission.cs
- SerializationBinder.cs
- DocumentPageTextView.cs
- Constraint.cs
- SqlMetaData.cs
- DataListCommandEventArgs.cs
- DataGridViewCellPaintingEventArgs.cs
- ChannelServices.cs
- PointCollectionValueSerializer.cs
- WorkflowDebuggerSteppingAttribute.cs
- WsiProfilesElementCollection.cs
- SAPIEngineTypes.cs
- StickyNoteContentControl.cs
- RouteItem.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- TimeSpanConverter.cs
- ConfigurationSectionCollection.cs
- RemotingException.cs
- StrongNamePublicKeyBlob.cs
- HashFinalRequest.cs
- OutputCacheSettings.cs
- Filter.cs
- StringOutput.cs
- WebServiceErrorEvent.cs
- ConnectionInterfaceCollection.cs
- StoreAnnotationsMap.cs
- XmlChildEnumerator.cs
- PointConverter.cs
- HwndAppCommandInputProvider.cs
- XmlSchemaChoice.cs
- StyleBamlTreeBuilder.cs
- handlecollector.cs
- TypeValidationEventArgs.cs
- FloaterParaClient.cs
- DataAdapter.cs
- login.cs
- GridViewPageEventArgs.cs
- MetaForeignKeyColumn.cs
- DataGridCaption.cs
- NegationPusher.cs
- EntityDataSourceView.cs
- TickBar.cs
- LinqDataSourceContextEventArgs.cs
- ContextStack.cs
- ParameterRefs.cs
- TransportContext.cs
- SpeechRecognitionEngine.cs
- OuterGlowBitmapEffect.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- ConstNode.cs
- UserPreferenceChangedEventArgs.cs
- RSAOAEPKeyExchangeFormatter.cs
- TransformPattern.cs
- DoubleLinkListEnumerator.cs
- AppDomainAttributes.cs
- RelatedPropertyManager.cs
- FixedPosition.cs
- BaseHashHelper.cs
- RecognitionEventArgs.cs
- COM2TypeInfoProcessor.cs
- ListViewDeletedEventArgs.cs
- OleDbEnumerator.cs
- AttachmentCollection.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- ContentControl.cs
- CollectionViewGroup.cs
- WebResourceAttribute.cs
- ShaperBuffers.cs
- EmptyEnumerable.cs
- Switch.cs
- BasicViewGenerator.cs
- BaseHashHelper.cs