Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StringDictionaryCodeDomSerializer.cs
- SettingsAttributes.cs
- PackageRelationshipCollection.cs
- SslStreamSecurityElement.cs
- ServiceDescriptions.cs
- CorrelationTokenInvalidatedHandler.cs
- XmlSchemaIdentityConstraint.cs
- SQLInt64Storage.cs
- ExtentJoinTreeNode.cs
- GenericTypeParameterBuilder.cs
- COM2PictureConverter.cs
- Registry.cs
- Property.cs
- IOThreadTimer.cs
- PrimarySelectionGlyph.cs
- TextRange.cs
- OpacityConverter.cs
- SpecialTypeDataContract.cs
- DbConnectionPoolOptions.cs
- HttpContextWrapper.cs
- MembershipPasswordException.cs
- TextEditorTyping.cs
- WindowsFormsLinkLabel.cs
- __TransparentProxy.cs
- RangeContentEnumerator.cs
- ExtensibleClassFactory.cs
- MembershipUser.cs
- DurationConverter.cs
- CounterNameConverter.cs
- Validator.cs
- AutomationProperty.cs
- SeekStoryboard.cs
- Table.cs
- TableMethodGenerator.cs
- ObfuscateAssemblyAttribute.cs
- OdbcError.cs
- StructuredTypeEmitter.cs
- SecondaryViewProvider.cs
- DataGrid.cs
- TextEditorDragDrop.cs
- FormsAuthenticationConfiguration.cs
- CheckBox.cs
- ExtensionCollection.cs
- PenThread.cs
- remotingproxy.cs
- PointAnimationClockResource.cs
- ClientScriptManagerWrapper.cs
- _ServiceNameStore.cs
- filewebrequest.cs
- ScriptControlManager.cs
- FastEncoderWindow.cs
- TemplateControlBuildProvider.cs
- DLinqDataModelProvider.cs
- ScriptingJsonSerializationSection.cs
- SpeechSeg.cs
- DefaultWorkflowLoaderService.cs
- ForeignConstraint.cs
- CallContext.cs
- ExpressionBuilderContext.cs
- Calendar.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- XmlArrayItemAttribute.cs
- ListGeneralPage.cs
- ContentValidator.cs
- RealizationContext.cs
- URLEditor.cs
- ConsoleTraceListener.cs
- Schema.cs
- Imaging.cs
- _emptywebproxy.cs
- DataGridLinkButton.cs
- HttpResponse.cs
- DelegatingConfigHost.cs
- MonitorWrapper.cs
- Icon.cs
- PermissionSetEnumerator.cs
- InputProcessorProfilesLoader.cs
- AutomationIdentifierGuids.cs
- PrintingPermissionAttribute.cs
- MobileControlDesigner.cs
- WindowProviderWrapper.cs
- ColumnProvider.cs
- Header.cs
- EventManager.cs
- NoneExcludedImageIndexConverter.cs
- RewritingPass.cs
- IInstanceTable.cs
- GifBitmapEncoder.cs
- XmlFileEditor.cs
- ArraySet.cs
- IndexerNameAttribute.cs
- TreeView.cs
- XmlWriterTraceListener.cs
- XmlSchemaSimpleTypeList.cs
- BinaryObjectWriter.cs
- ValueTypePropertyReference.cs
- WebPartExportVerb.cs
- ToolStripContextMenu.cs
- DebugControllerThread.cs
- MetadataAssemblyHelper.cs