Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SQLBoolean.cs
- SmiXetterAccessMap.cs
- MsmqIntegrationValidationBehavior.cs
- TransportReplyChannelAcceptor.cs
- HijriCalendar.cs
- Msec.cs
- SHA1Managed.cs
- SymLanguageType.cs
- MinimizableAttributeTypeConverter.cs
- X509AsymmetricSecurityKey.cs
- QueryHandler.cs
- HtmlTitle.cs
- ServiceNotStartedException.cs
- PropertyDescriptorGridEntry.cs
- ServicesUtilities.cs
- SweepDirectionValidation.cs
- ObjectTypeMapping.cs
- CodeTypeReferenceCollection.cs
- QueryOperatorEnumerator.cs
- XmlNamespaceManager.cs
- IdentityModelStringsVersion1.cs
- RadioButtonStandardAdapter.cs
- ControlPaint.cs
- MessageHeader.cs
- ToolStripGripRenderEventArgs.cs
- StyleTypedPropertyAttribute.cs
- NumberAction.cs
- CompilerScopeManager.cs
- XmlBaseReader.cs
- PriorityBinding.cs
- DataGridViewDataConnection.cs
- basecomparevalidator.cs
- QuaternionIndependentAnimationStorage.cs
- DispatcherSynchronizationContext.cs
- ParallelLoopState.cs
- ActivitySurrogate.cs
- ChangeProcessor.cs
- LineBreakRecord.cs
- Style.cs
- FlowDocumentView.cs
- embossbitmapeffect.cs
- BinHexEncoder.cs
- CustomTypeDescriptor.cs
- ComboBoxItem.cs
- SubqueryRules.cs
- ConcurrencyBehavior.cs
- ProgressBarAutomationPeer.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- DataBindingExpressionBuilder.cs
- VirtualPath.cs
- SqlCacheDependency.cs
- GenericUriParser.cs
- OdbcEnvironment.cs
- coordinatorscratchpad.cs
- NativeBuffer.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- BrowserCapabilitiesFactoryBase.cs
- ConnectAlgorithms.cs
- FontNameConverter.cs
- InheritanceAttribute.cs
- SmtpNegotiateAuthenticationModule.cs
- SqlRowUpdatingEvent.cs
- DataGridViewRowStateChangedEventArgs.cs
- UrlAuthFailedErrorFormatter.cs
- LogEntrySerialization.cs
- LinkAreaEditor.cs
- WindowInteractionStateTracker.cs
- CacheSection.cs
- Point3DConverter.cs
- shaperfactoryquerycachekey.cs
- ReflectPropertyDescriptor.cs
- PolyLineSegment.cs
- TemplateAction.cs
- ListViewHitTestInfo.cs
- FeatureSupport.cs
- CodeLabeledStatement.cs
- XomlCompilerError.cs
- Table.cs
- RadioButton.cs
- SafeNativeMemoryHandle.cs
- LogicalExpr.cs
- ProfilePropertyNameValidator.cs
- AppearanceEditorPart.cs
- ComponentGlyph.cs
- ExpressionLexer.cs
- Switch.cs
- sqlmetadatafactory.cs
- TlsnegoTokenAuthenticator.cs
- AssemblyAttributes.cs
- DesignerSerializerAttribute.cs
- TaskResultSetter.cs
- ScalarType.cs
- StringValidator.cs
- OleDbSchemaGuid.cs
- ComEventsInfo.cs
- LocationChangedEventArgs.cs
- PropertyTabChangedEvent.cs
- State.cs
- ResourceSetExpression.cs
- HtmlUtf8RawTextWriter.cs