Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- ApplicationCommands.cs
- UseLicense.cs
- CodeIndexerExpression.cs
- CompilerCollection.cs
- ReflectionPermission.cs
- ResolvedKeyFrameEntry.cs
- InputBuffer.cs
- DBBindings.cs
- WebPartDescription.cs
- DispatcherProcessingDisabled.cs
- PrintPreviewDialog.cs
- FontStyleConverter.cs
- RawContentTypeMapper.cs
- DataBindingHandlerAttribute.cs
- KeyNotFoundException.cs
- HashMembershipCondition.cs
- StrokeRenderer.cs
- TransformedBitmap.cs
- SynchronizationLockException.cs
- Timer.cs
- CardSpaceSelector.cs
- LinqDataSourceValidationException.cs
- MenuAutomationPeer.cs
- WebPartDesigner.cs
- BehaviorEditorPart.cs
- Authorization.cs
- TableLayoutStyleCollection.cs
- CompiledQuery.cs
- Subset.cs
- FixUpCollection.cs
- WaitingCursor.cs
- BinaryMethodMessage.cs
- InvalidProgramException.cs
- ProcessDesigner.cs
- DataGridDetailsPresenter.cs
- SqlDataSourceAdvancedOptionsForm.cs
- ISFTagAndGuidCache.cs
- CompositionTarget.cs
- KoreanCalendar.cs
- AdRotatorDesigner.cs
- ObjectContextServiceProvider.cs
- DictionaryEntry.cs
- ByteKeyFrameCollection.cs
- ProcessingInstructionAction.cs
- ComplexTypeEmitter.cs
- ResourcesChangeInfo.cs
- TextFormatterImp.cs
- ObjectDataSource.cs
- SharedConnectionInfo.cs
- QueryableDataSourceHelper.cs
- XmlWriterTraceListener.cs
- XslVisitor.cs
- BrowserCapabilitiesFactoryBase.cs
- EdmSchemaAttribute.cs
- X509ScopedServiceCertificateElement.cs
- ObjectItemCollection.cs
- XmlDataSource.cs
- StylusCollection.cs
- MetadataLocation.cs
- VersionUtil.cs
- RowVisual.cs
- Comparer.cs
- HttpDebugHandler.cs
- IsolatedStorageFile.cs
- PaperSource.cs
- PipeStream.cs
- SmtpException.cs
- WindowsRegion.cs
- ListViewInsertionMark.cs
- PeerToPeerException.cs
- WorkflowMessageEventArgs.cs
- UnescapedXmlDiagnosticData.cs
- HtmlImage.cs
- ImageConverter.cs
- ComNativeDescriptor.cs
- LineGeometry.cs
- OleDragDropHandler.cs
- ActivityExecutorDelegateInfo.cs
- Focus.cs
- RayMeshGeometry3DHitTestResult.cs
- DBAsyncResult.cs
- TailCallAnalyzer.cs
- PrefixHandle.cs
- TransactionScope.cs
- TransformerInfoCollection.cs
- ApplyTemplatesAction.cs
- AutomationElement.cs
- DrawingImage.cs
- TypeDependencyAttribute.cs
- CommonDialog.cs
- ExpressionStringBuilder.cs
- ModuleBuilderData.cs
- TypeReference.cs
- RMPublishingDialog.cs
- _PooledStream.cs
- RootBrowserWindowAutomationPeer.cs
- DoubleCollection.cs
- WorkflowWebHostingModule.cs
- FlowDocument.cs
- ResolveMatches11.cs