Delegate OnUserSystemPhoneChanged
public delegate void OnUserSystemPhoneChanged(UserSystemPhoneSubscription sender, UserSystemPhoneEventArgs args)
Parameters
sender UserSystemPhoneSubscription
args UserSystemPhoneEventArgs
Constructors
OnUserSystemPhoneChanged(object, nint)
public OnUserSystemPhoneChanged(object @object, nint method)
Parameters
object object
method nint
Methods
BeginInvoke(UserSystemPhoneSubscription, UserSystemPhoneEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(UserSystemPhoneSubscription sender, UserSystemPhoneEventArgs args, AsyncCallback callback, object @object)
Parameters
sender UserSystemPhoneSubscription
args UserSystemPhoneEventArgs
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Invoke(UserSystemPhoneSubscription, UserSystemPhoneEventArgs)
public virtual void Invoke(UserSystemPhoneSubscription sender, UserSystemPhoneEventArgs args)
Parameters
sender UserSystemPhoneSubscription
args UserSystemPhoneEventArgs