OnDeactivate property
TNotifyEvent?
get
OnDeactivate
Implementation
TNotifyEvent?
get OnDeactivate => _onDeactivate;
set
OnDeactivate
(TNotifyEvent? Value)
Implementation
set OnDeactivate(TNotifyEvent? Value) => _onDeactivate=Value;