Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- StickyNoteContentControl.cs
- FontNameConverter.cs
- DeferredSelectedIndexReference.cs
- ToolStripLocationCancelEventArgs.cs
- StrictAndMessageFilter.cs
- CachedPathData.cs
- ComboBoxRenderer.cs
- BinaryFormatter.cs
- DecimalAverageAggregationOperator.cs
- DynamicRenderer.cs
- MethodMessage.cs
- oledbmetadatacollectionnames.cs
- UnmanagedMarshal.cs
- CommandBindingCollection.cs
- HitTestResult.cs
- ComboBoxAutomationPeer.cs
- _LocalDataStoreMgr.cs
- SiteMapProvider.cs
- HttpHandlerAction.cs
- CertificateReferenceElement.cs
- ScrollBar.cs
- BaseAddressPrefixFilterElementCollection.cs
- CapabilitiesUse.cs
- XmlAttributeCache.cs
- CodeTypeOfExpression.cs
- ApplicationFileParser.cs
- DesignerAdRotatorAdapter.cs
- SoapEnumAttribute.cs
- ChangePassword.cs
- SubpageParagraph.cs
- WaitHandle.cs
- ProxyElement.cs
- BuildDependencySet.cs
- LiteralControl.cs
- figurelength.cs
- validationstate.cs
- CalendarDateRangeChangingEventArgs.cs
- ColorContextHelper.cs
- ListBindingConverter.cs
- CircleEase.cs
- DefaultSection.cs
- AstTree.cs
- SqlServer2KCompatibilityCheck.cs
- BlurBitmapEffect.cs
- ImageInfo.cs
- SearchForVirtualItemEventArgs.cs
- KeyNotFoundException.cs
- GridEntryCollection.cs
- QilExpression.cs
- LocationSectionRecord.cs
- AnnotationResourceCollection.cs
- EntitySet.cs
- ColorComboBox.cs
- DataSourceExpressionCollection.cs
- EventLogPermissionAttribute.cs
- AutomationPatternInfo.cs
- IPHostEntry.cs
- UserControlCodeDomTreeGenerator.cs
- EntityDataSourceViewSchema.cs
- __ComObject.cs
- CompositeControl.cs
- PresentationAppDomainManager.cs
- InkSerializer.cs
- X509Certificate2Collection.cs
- ZoneIdentityPermission.cs
- OdbcEnvironmentHandle.cs
- Message.cs
- PrintingPermission.cs
- DocumentXPathNavigator.cs
- MSAAWinEventWrap.cs
- StreamGeometry.cs
- AttachedAnnotation.cs
- ExtensionsSection.cs
- WinFormsSpinner.cs
- CurrencyWrapper.cs
- X509CertificateCollection.cs
- lengthconverter.cs
- ThreadStartException.cs
- FloaterBaseParaClient.cs
- Lasso.cs
- ColumnWidthChangingEvent.cs
- MenuTracker.cs
- InputGestureCollection.cs
- XhtmlBasicListAdapter.cs
- ResizeGrip.cs
- ConfigurationManagerInternal.cs
- TextEndOfSegment.cs
- AppDomainUnloadedException.cs
- IndicCharClassifier.cs
- SspiNegotiationTokenProvider.cs
- SqlUnionizer.cs
- CommandConverter.cs
- MessageDecoder.cs
- ClientTargetCollection.cs
- BaseAddressElement.cs
- StreamInfo.cs
- TypeSystem.cs
- WorkflowTransactionOptions.cs
- DbConnectionPoolGroupProviderInfo.cs
- EndEvent.cs