Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / LoginCancelEventArgs.cs / 1 / LoginCancelEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Diagnostics; using System; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class LoginCancelEventArgs : EventArgs { private bool _cancel; public LoginCancelEventArgs() : this(false) { } public LoginCancelEventArgs(bool cancel) { _cancel = cancel; } public bool Cancel { get { return _cancel; } set { _cancel = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Diagnostics; using System; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class LoginCancelEventArgs : EventArgs { private bool _cancel; public LoginCancelEventArgs() : this(false) { } public LoginCancelEventArgs(bool cancel) { _cancel = cancel; } public bool Cancel { get { return _cancel; } set { _cancel = value; } } } } // 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
- HMAC.cs
- UIElement3DAutomationPeer.cs
- WsdlImporterElementCollection.cs
- RuntimeCompatibilityAttribute.cs
- EditingScope.cs
- LinkedList.cs
- TextRenderer.cs
- DataControlImageButton.cs
- BypassElementCollection.cs
- _ListenerAsyncResult.cs
- PenThread.cs
- StrokeCollection2.cs
- StringWriter.cs
- PathFigure.cs
- BaseParagraph.cs
- Schema.cs
- ToolstripProfessionalRenderer.cs
- CodeTypeDeclarationCollection.cs
- DataMemberFieldEditor.cs
- _RequestCacheProtocol.cs
- SiteOfOriginPart.cs
- SiteMapNodeCollection.cs
- ColumnResizeUndoUnit.cs
- MaterialGroup.cs
- StylusPointProperties.cs
- FastEncoderWindow.cs
- XmlDocument.cs
- InfoCardRequestException.cs
- SafeProcessHandle.cs
- ValueOfAction.cs
- EventSinkActivity.cs
- ContextInformation.cs
- XmlDownloadManager.cs
- CustomLineCap.cs
- MobileControlPersister.cs
- IODescriptionAttribute.cs
- TriState.cs
- HwndHostAutomationPeer.cs
- NativeMethods.cs
- Cell.cs
- XpsManager.cs
- TextProviderWrapper.cs
- SystemIPGlobalStatistics.cs
- DataTableNewRowEvent.cs
- ImmutableCollection.cs
- WebBaseEventKeyComparer.cs
- UpdateTranslator.cs
- CloseSequence.cs
- ApplyImportsAction.cs
- ConnectionPoolManager.cs
- BigInt.cs
- ChildrenQuery.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- ImageCodecInfoPrivate.cs
- PersonalizableTypeEntry.cs
- ConfigurationManagerHelperFactory.cs
- infer.cs
- AnnotationAdorner.cs
- ConsumerConnectionPoint.cs
- SplitterDesigner.cs
- BindingsCollection.cs
- UnsafeNativeMethods.cs
- QilLoop.cs
- PenThreadWorker.cs
- RecordBuilder.cs
- Memoizer.cs
- DirectoryInfo.cs
- HTMLTextWriter.cs
- UnSafeCharBuffer.cs
- SmiContextFactory.cs
- CodeDelegateCreateExpression.cs
- followingquery.cs
- WebRequestModulesSection.cs
- NetCodeGroup.cs
- ToolboxCategory.cs
- SmtpMail.cs
- WebSysDescriptionAttribute.cs
- CompiledQuery.cs
- PathSegmentCollection.cs
- UserControlCodeDomTreeGenerator.cs
- AlternationConverter.cs
- SettingsContext.cs
- UnicodeEncoding.cs
- OdbcDataAdapter.cs
- PresentationAppDomainManager.cs
- StyleTypedPropertyAttribute.cs
- PathNode.cs
- BufferedReadStream.cs
- DictionaryMarkupSerializer.cs
- ByeMessage11.cs
- httpserverutility.cs
- DesignerView.xaml.cs
- ConfigurationErrorsException.cs
- FixedPageProcessor.cs
- HtmlElementCollection.cs
- XamlSerializerUtil.cs
- VirtualDirectoryMapping.cs
- TerminatorSinks.cs
- DocumentViewerAutomationPeer.cs
- XmlSchemaChoice.cs