LastLogonParametersWritingEventArgs Properties
Represents arguments passed to an application’s XafApplication.LastLogonParametersWriting event.
Name | Description |
---|---|
Detail |
Provides access to the Detail View displayed on the current logon Window. |
Handled |
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.
Inherited from Handled |
Logon |
Gets the object that specifies the current logon parameters. |
Settings |
Provides access to the settings storage which is used to save logon parameters. |
See Also