Method | Description | |
---|---|---|
OnActivate ( CancelEventArgs e ) : void | ||
OnApply ( PageApplyEventArgs e ) : void |
Fired before OnClosed. Fired only when closing via Apply. That's why we can't detect clicking Cancel
|
|
OnClosed ( EventArgs e ) : void |
Fired when closing either via Apply or Cancel. Fired after OnApply Ensures that the model doesn't have changes in case of canceling.
|
protected OnActivate ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |
protected OnApply ( PageApplyEventArgs e ) : void | ||
e | PageApplyEventArgs | |
return | void |