Delegate type for handling Error events
Namespace:
Kaazing.HTML5Assembly: Kaazing.Gateway (in Kaazing.Gateway.dll)
Syntax
Visual Basic |
---|
Public Delegate Sub ErrorEventHandler ( _ sender As Object, _ args As ErrorEventArgs _ ) |
C# |
---|
public delegate void ErrorEventHandler( Object sender, ErrorEventArgs args ) |
Visual C++ |
---|
public delegate void ErrorEventHandler( Object^ sender, ErrorEventArgs^ args ) |