| StatusEventHandler Delegate |
[Missing <summary> documentation for "T:Quickblox.Sdk.Modules.ChatXmppModule.StatusEventHandler"]
Namespace: Quickblox.Sdk.Modules.ChatXmppModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic delegate void StatusEventHandler(
Object sender,
StatusEventArgs statusEventArgs
)
Public Delegate Sub StatusEventHandler (
sender As Object,
statusEventArgs As StatusEventArgs
)
public delegate void StatusEventHandler(
Object^ sender,
StatusEventArgs^ statusEventArgs
)
type StatusEventHandler =
delegate of
sender : Object *
statusEventArgs : StatusEventArgs -> unitParameters
- sender
- Type: SystemObject
- statusEventArgs
- Type: Quickblox.Sdk.Modules.ChatXmppModuleStatusEventArgs
See Also