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
- KerberosTicketHashIdentifierClause.cs
- recordstate.cs
- DependencyPropertyValueSerializer.cs
- IndentedWriter.cs
- CellTreeSimplifier.cs
- RelationshipDetailsRow.cs
- WindowsIdentity.cs
- CategoriesDocument.cs
- Thread.cs
- PopOutPanel.cs
- ThicknessAnimationUsingKeyFrames.cs
- OleDbDataAdapter.cs
- GatewayDefinition.cs
- CroppedBitmap.cs
- InteropBitmapSource.cs
- ACE.cs
- ApplicationHost.cs
- WeakReadOnlyCollection.cs
- SynchronizedInputAdaptor.cs
- LogReserveAndAppendState.cs
- Cell.cs
- UnknownExceptionActionHelper.cs
- NameValueConfigurationElement.cs
- SmiEventSink.cs
- WebPartCloseVerb.cs
- TextRangeEditTables.cs
- DetailsViewUpdateEventArgs.cs
- RightsManagementEncryptionTransform.cs
- Point3DCollectionConverter.cs
- RowUpdatedEventArgs.cs
- QualifiedCellIdBoolean.cs
- SystemIPInterfaceStatistics.cs
- IPCCacheManager.cs
- Point4DValueSerializer.cs
- PathGeometry.cs
- OpCopier.cs
- UnicodeEncoding.cs
- TableLayoutColumnStyleCollection.cs
- InProcStateClientManager.cs
- GcSettings.cs
- FormsAuthenticationTicket.cs
- ObjectItemAttributeAssemblyLoader.cs
- Clause.cs
- FlagsAttribute.cs
- UdpDiscoveryMessageFilter.cs
- ColorContextHelper.cs
- ToolBarDesigner.cs
- CallbackException.cs
- SafeReadContext.cs
- FloaterParaClient.cs
- TextPattern.cs
- NegotiateStream.cs
- FlowDocumentReader.cs
- EventLog.cs
- ActivityDesignerAccessibleObject.cs
- DataGridViewTextBoxColumn.cs
- Process.cs
- DbCommandDefinition.cs
- DetailsViewDeleteEventArgs.cs
- _NetRes.cs
- XmlCharCheckingWriter.cs
- RichTextBox.cs
- LoginUtil.cs
- PerformanceCountersElement.cs
- ControlCachePolicy.cs
- SystemIPInterfaceStatistics.cs
- MetadataItemSerializer.cs
- ConfigXmlElement.cs
- RijndaelManaged.cs
- ProcessModule.cs
- CaseExpr.cs
- GraphicsPath.cs
- Label.cs
- StringUtil.cs
- ExtendLockCommand.cs
- DashStyle.cs
- WinHttpWebProxyFinder.cs
- IsolatedStorage.cs
- Registry.cs
- KeyboardEventArgs.cs
- ByteStorage.cs
- DataGridViewRowCollection.cs
- XmlReturnReader.cs
- SpecularMaterial.cs
- Type.cs
- SqlDataSourceFilteringEventArgs.cs
- XmlDictionaryReaderQuotas.cs
- Normalizer.cs
- JournalEntryListConverter.cs
- RequiredFieldValidator.cs
- SmiXetterAccessMap.cs
- GridViewRowPresenterBase.cs
- ChildTable.cs
- ExtendedProtectionPolicyElement.cs
- DetailsView.cs
- ActivityExecutorSurrogate.cs
- cryptoapiTransform.cs
- DataGridViewColumnCollection.cs
- ListViewTableRow.cs
- ImageInfo.cs