Summary
Delegate used when an sms is intercepted that contains a command from the desktop
Declaration Syntax
Public Delegate Sub SmsCommandHandler( _
ByVal sender As Object, _
ByVal args As SmsCommandEventArgs _
)
public delegate void SmsCommandHandler(
object sender,
SmsCommandEventArgs args
);
public __gc __sealed __delegate void SmsCommandHandler(
Object sender,
SmsCommandEventArgs args
);
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
Parameters
- sender
- object that received the event
- args
- event arguments that contain the sms command
Requirements
Namespace: Wimo.Common.DeviceAssembly: Wimo.Common.Device (wimo.common.device.dll)