Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- CommandValueSerializer.cs
- XmlName.cs
- SoapSchemaImporter.cs
- XamlPoint3DCollectionSerializer.cs
- XmlCharType.cs
- ReadOnlyState.cs
- DataGridViewTextBoxEditingControl.cs
- EncodingDataItem.cs
- invalidudtexception.cs
- ToolstripProfessionalRenderer.cs
- SQLBytes.cs
- ContainerActivationHelper.cs
- Range.cs
- Quaternion.cs
- TreeChangeInfo.cs
- ScrollProviderWrapper.cs
- AnonymousIdentificationModule.cs
- CommonDialog.cs
- DataServiceQueryContinuation.cs
- XmlCountingReader.cs
- ToolTip.cs
- InfocardExtendedInformationEntry.cs
- HttpClientChannel.cs
- UnsafeNativeMethods.cs
- BinaryMessageFormatter.cs
- ColorEditor.cs
- Stacktrace.cs
- SqlNotificationEventArgs.cs
- WindowsListBox.cs
- WebBrowserBase.cs
- categoryentry.cs
- ArgumentException.cs
- Grant.cs
- TextProperties.cs
- XmlWrappingReader.cs
- DeflateStreamAsyncResult.cs
- IisNotInstalledException.cs
- HyperLink.cs
- AcceleratedTokenAuthenticator.cs
- AspCompat.cs
- DataGridSortCommandEventArgs.cs
- EntityDataSourceWizardForm.cs
- DataSourceXmlSerializationAttribute.cs
- FixedPageStructure.cs
- LocatorManager.cs
- EntityClassGenerator.cs
- ColorConverter.cs
- DbProviderServices.cs
- BinaryMethodMessage.cs
- DeploymentSectionCache.cs
- UnsafeNativeMethods.cs
- DetailsView.cs
- DecoderFallback.cs
- PresentationAppDomainManager.cs
- ActivityInstance.cs
- GridViewColumnCollectionChangedEventArgs.cs
- WebBrowserEvent.cs
- CompilerCollection.cs
- ConfigurationFileMap.cs
- DATA_BLOB.cs
- CurrentChangingEventManager.cs
- MissingFieldException.cs
- PresentationSource.cs
- SetIterators.cs
- CodeGenerator.cs
- CqlGenerator.cs
- DbProviderConfigurationHandler.cs
- _emptywebproxy.cs
- TextContainer.cs
- SymbolDocumentInfo.cs
- XmlSchemaChoice.cs
- ResourceLoader.cs
- WindowsIdentity.cs
- WebPartConnectionsCloseVerb.cs
- ControlUtil.cs
- XmlDataSourceNodeDescriptor.cs
- HandlerBase.cs
- ChineseLunisolarCalendar.cs
- WindowsScroll.cs
- RuntimeComponentFilter.cs
- NativeActivityTransactionContext.cs
- XamlToRtfParser.cs
- FormatException.cs
- XPathParser.cs
- SnapLine.cs
- DiscoveryInnerClientAdhocCD1.cs
- EventLogInternal.cs
- DesignRelation.cs
- InterleavedZipPartStream.cs
- DataBoundLiteralControl.cs
- ToolboxDataAttribute.cs
- EntityDataSourceDesignerHelper.cs
- FixedBufferAttribute.cs
- MaskedTextProvider.cs
- _AutoWebProxyScriptHelper.cs
- DefaultPrintController.cs
- PriorityBindingExpression.cs
- DataGridViewCellParsingEventArgs.cs
- WebProxyScriptElement.cs
- XmlKeywords.cs