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
- ImageButton.cs
- NetworkStream.cs
- GACMembershipCondition.cs
- RegionIterator.cs
- FrameworkContentElement.cs
- AttributeData.cs
- MouseActionConverter.cs
- ProfileModule.cs
- AutoScrollExpandMessageFilter.cs
- TemplateBamlRecordReader.cs
- ConfigXmlSignificantWhitespace.cs
- ErrorStyle.cs
- CodeCatchClause.cs
- DateTime.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- ImageAttributes.cs
- InstanceLockedException.cs
- TypeUnloadedException.cs
- StreamingContext.cs
- EndEvent.cs
- Hex.cs
- RayHitTestParameters.cs
- IdentityNotMappedException.cs
- RuntimeArgumentHandle.cs
- ValueOfAction.cs
- HWStack.cs
- XmlAtomicValue.cs
- GridViewColumnHeaderAutomationPeer.cs
- MetadataReference.cs
- InternalConfigRoot.cs
- AccessDataSource.cs
- RichTextBoxAutomationPeer.cs
- FormViewUpdateEventArgs.cs
- WebPartManagerInternals.cs
- TextAction.cs
- Camera.cs
- entityreference_tresulttype.cs
- Opcode.cs
- SafeCryptoHandles.cs
- IndexedGlyphRun.cs
- OptimizedTemplateContentHelper.cs
- ExpandSegment.cs
- Base64Encoder.cs
- XXXOnTypeBuilderInstantiation.cs
- DataGridParentRows.cs
- XPathNodeList.cs
- SqlDataSource.cs
- ColorMap.cs
- MimePart.cs
- SQLUtility.cs
- ByteAnimationUsingKeyFrames.cs
- FixedSOMFixedBlock.cs
- KeyInfo.cs
- SqlRecordBuffer.cs
- shaperfactory.cs
- SqlNode.cs
- EventLogPermissionEntry.cs
- CqlIdentifiers.cs
- HwndTarget.cs
- DecoderFallback.cs
- InnerItemCollectionView.cs
- WhitespaceRule.cs
- ToolStripButton.cs
- UseLicense.cs
- ReadOnlyCollection.cs
- Point.cs
- Message.cs
- designeractionlistschangedeventargs.cs
- WmlValidationSummaryAdapter.cs
- UIPermission.cs
- ToolStripLocationCancelEventArgs.cs
- DoubleCollectionConverter.cs
- XmlSchemaSimpleType.cs
- DefaultValueAttribute.cs
- SqlNode.cs
- XmlException.cs
- FormsAuthenticationCredentials.cs
- wgx_sdk_version.cs
- EdmType.cs
- RelationshipWrapper.cs
- Label.cs
- ConnectionProviderAttribute.cs
- DateTimeOffsetConverter.cs
- counter.cs
- SafeRegistryHandle.cs
- TreeNodeBinding.cs
- ToolStripStatusLabel.cs
- SecurityTokenResolver.cs
- HotSpotCollection.cs
- LoadMessageLogger.cs
- SqlRetyper.cs
- PasswordRecoveryDesigner.cs
- SendMessageContent.cs
- StaticTextPointer.cs
- ColorTransformHelper.cs
- TimeZone.cs
- ISAPIApplicationHost.cs
- ObjectItemCollection.cs
- BooleanFacetDescriptionElement.cs
- X509Extension.cs