OnUserChanged Method
- Last UpdatedNov 06, 2025
- 1 minute read
Function to raise the UserChanged event by invoking the relevant delegates.
"sender" is always the current instance of the class, "eventargs" are specified by relevant delegate
'Declaration
Protected Overridable Sub OnUserChanged( _
ByVal e As UserEventArgs _
)
protected virtual void OnUserChanged(
UserEventArgs e
)
Parameters
- e