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
- SiteOfOriginContainer.cs
- SubtreeProcessor.cs
- ConfigXmlComment.cs
- DrawingAttributes.cs
- DataBinder.cs
- WebPartTransformer.cs
- CodeDefaultValueExpression.cs
- sapiproxy.cs
- HandledEventArgs.cs
- XmlUtil.cs
- RangeValueProviderWrapper.cs
- MimeTypePropertyAttribute.cs
- ProgressPage.cs
- EntityClientCacheEntry.cs
- MappingMetadataHelper.cs
- UInt64Converter.cs
- ComponentDispatcherThread.cs
- SqlDataSourceSelectingEventArgs.cs
- SQLGuidStorage.cs
- FilteredDataSetHelper.cs
- CompilerWrapper.cs
- PauseStoryboard.cs
- GenericArgumentsUpdater.cs
- EncodingInfo.cs
- SendKeys.cs
- Win32SafeHandles.cs
- AnnotationAuthorChangedEventArgs.cs
- CombinedTcpChannel.cs
- DesignerTransaction.cs
- MouseActionValueSerializer.cs
- RequestCacheValidator.cs
- EdmProperty.cs
- GestureRecognitionResult.cs
- CustomAttributeFormatException.cs
- AnimationClockResource.cs
- ImageSource.cs
- TextEffect.cs
- GridViewSortEventArgs.cs
- ConfigurationManagerHelper.cs
- BmpBitmapDecoder.cs
- Image.cs
- MethodResolver.cs
- ValidationSummary.cs
- DataGridViewComboBoxCell.cs
- DataSetUtil.cs
- WebBrowserHelper.cs
- Transform3D.cs
- PartialCachingControl.cs
- StaticSiteMapProvider.cs
- XmlMapping.cs
- DATA_BLOB.cs
- ResumeStoryboard.cs
- PageContent.cs
- FixedStringLookup.cs
- mansign.cs
- CollectionChange.cs
- CustomErrorsSection.cs
- CellPartitioner.cs
- NamespaceTable.cs
- TokenBasedSetEnumerator.cs
- UnwrappedTypesXmlSerializerManager.cs
- PropertyConverter.cs
- diagnosticsswitches.cs
- MediaElementAutomationPeer.cs
- TemplateFactory.cs
- Rotation3DAnimationBase.cs
- SimpleMailWebEventProvider.cs
- DataColumnSelectionConverter.cs
- HtmlInputImage.cs
- PropertyGridView.cs
- StylusShape.cs
- MultiPropertyDescriptorGridEntry.cs
- PrintDialog.cs
- MobileErrorInfo.cs
- ConsoleCancelEventArgs.cs
- IdnMapping.cs
- EncodingDataItem.cs
- BaseProcessor.cs
- ItemCollectionEditor.cs
- DataSourceSelectArguments.cs
- VirtualStackFrame.cs
- FrameworkElementFactoryMarkupObject.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- Internal.cs
- DateTimeConverter.cs
- UnaryNode.cs
- OrderByExpression.cs
- CodeExpressionCollection.cs
- PropertyMappingExceptionEventArgs.cs
- Query.cs
- SimpleHandlerFactory.cs
- Expander.cs
- DiscoveryClientReferences.cs
- WebScriptServiceHostFactory.cs
- InternalMappingException.cs
- SpinWait.cs
- Vector3D.cs
- CalendarDay.cs
- CompilerParameters.cs
- TreeNodeEventArgs.cs