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 / RegisteredDisposeScript.cs / 1 / RegisteredDisposeScript.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), ] public sealed class RegisteredDisposeScript { private Control _control; private UpdatePanel _parentUpdatePanel; private string _script; internal RegisteredDisposeScript(Control control, string disposeScript, UpdatePanel parentUpdatePanel) { Debug.Assert(control != null); Debug.Assert(disposeScript != null); Debug.Assert(parentUpdatePanel != null); _control = control; _script = disposeScript; _parentUpdatePanel = parentUpdatePanel; } public Control Control { get { return _control; } } public string Script { get { return _script; } } internal UpdatePanel ParentUpdatePanel { get { return _parentUpdatePanel; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), ] public sealed class RegisteredDisposeScript { private Control _control; private UpdatePanel _parentUpdatePanel; private string _script; internal RegisteredDisposeScript(Control control, string disposeScript, UpdatePanel parentUpdatePanel) { Debug.Assert(control != null); Debug.Assert(disposeScript != null); Debug.Assert(parentUpdatePanel != null); _control = control; _script = disposeScript; _parentUpdatePanel = parentUpdatePanel; } public Control Control { get { return _control; } } public string Script { get { return _script; } } internal UpdatePanel ParentUpdatePanel { get { return _parentUpdatePanel; } } } } // 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
- ItemCollection.cs
- StrokeCollection.cs
- MDIClient.cs
- PriorityQueue.cs
- ClientTargetCollection.cs
- BufferedOutputStream.cs
- GreenMethods.cs
- UnhandledExceptionEventArgs.cs
- SqlConnectionPoolProviderInfo.cs
- XmlSerializerNamespaces.cs
- SHA512Managed.cs
- CursorConverter.cs
- DataGridColumnCollection.cs
- DefaultWorkflowLoaderService.cs
- GridViewUpdatedEventArgs.cs
- XPathNavigatorReader.cs
- ToolBarOverflowPanel.cs
- storagemappingitemcollection.viewdictionary.cs
- SystemInformation.cs
- ReadOnlyDictionary.cs
- TileBrush.cs
- DrawingContextWalker.cs
- ContextInformation.cs
- ContentPlaceHolder.cs
- ParamArrayAttribute.cs
- DetailsViewCommandEventArgs.cs
- XamlSerializerUtil.cs
- TextEncodedRawTextWriter.cs
- BitmapEffectDrawingContextWalker.cs
- EditorZone.cs
- Policy.cs
- BinaryOperationBinder.cs
- Label.cs
- DataSourceListEditor.cs
- MDIClient.cs
- QilReference.cs
- DataGridViewRowPostPaintEventArgs.cs
- diagnosticsswitches.cs
- TextContainerChangedEventArgs.cs
- datacache.cs
- COM2PropertyPageUITypeConverter.cs
- EncryptedKey.cs
- __ConsoleStream.cs
- XDeferredAxisSource.cs
- Misc.cs
- ResourcePermissionBaseEntry.cs
- DataSysAttribute.cs
- CursorEditor.cs
- WindowsListViewScroll.cs
- QuestionEventArgs.cs
- HelpPage.cs
- ImageBrush.cs
- XmlSecureResolver.cs
- FunctionDescription.cs
- TypeLoadException.cs
- xdrvalidator.cs
- ReceiveParametersContent.cs
- MachineKeyConverter.cs
- OpacityConverter.cs
- BinHexDecoder.cs
- DataSourceCache.cs
- ByteAnimationUsingKeyFrames.cs
- Int32Rect.cs
- sqlpipe.cs
- BitmapEffectInput.cs
- Simplifier.cs
- IndexedEnumerable.cs
- ApplicationServiceHelper.cs
- Graphics.cs
- AnimationClockResource.cs
- XsltLibrary.cs
- DataTransferEventArgs.cs
- ListViewInsertionMark.cs
- X509ThumbprintKeyIdentifierClause.cs
- TextEditorTyping.cs
- WebPartDisplayModeCollection.cs
- HyperLinkDataBindingHandler.cs
- NetworkInformationPermission.cs
- DataGridPagerStyle.cs
- PersonalizationStateQuery.cs
- WebPartTransformerAttribute.cs
- TextStore.cs
- DocumentAutomationPeer.cs
- PropertyMappingExceptionEventArgs.cs
- CodeTypeDelegate.cs
- RC2.cs
- GB18030Encoding.cs
- MatrixAnimationBase.cs
- FakeModelItemImpl.cs
- PageRanges.cs
- ComponentCollection.cs
- HtmlInputSubmit.cs
- Property.cs
- CodeTypeDelegate.cs
- dataprotectionpermission.cs
- SQLMembershipProvider.cs
- Int32Animation.cs
- ToolStripItemImageRenderEventArgs.cs
- SoapFault.cs
- TextServicesContext.cs