System.Web.UI.WebControls.LoginCancelEventArgs.Cancel Property

Gets or sets a value indicating whether the event should be canceled.

Syntax

public bool Cancel { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use the LoginCancelEventArgs.Cancel property to indicate whether an event, such as the Login.LoggingIn event, the LoginStatus.LoggingOut event, or the ChangePassword.ChangingPassword event, should be canceled.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0