LastLogonParametersWritingEventArgs Properties
Represents arguments passed to an application’s XafApplication.LastLogonParametersWriting event.Name | Description |
---|---|
DetailView | 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 HandledEventArgs. |
LogonObject | Gets the object that specifies the current logon parameters. |
SettingsStorage | Provides access to the settings storage which is used to save logon parameters. |
See Also