Represents a method used to handle Smart Icon mouse events.

Namespace: Ico.Gwx
Assembly: GwxSmartPin (in GwxSmartPin.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public delegate void SmartIconMouseEventHandler(
	Object sender,
	SmartIconMouseEventArgs args
)
Visual Basic
Public Delegate Sub SmartIconMouseEventHandler ( _
	sender As Object, _
	args As SmartIconMouseEventArgs _
)
JScript
JScript does not support delegates.

Parameters

sender
Type: System..::..Object
Sender of the event.
args
Type: Ico.Gwx..::..SmartIconMouseEventArgs
Data for the event.

See Also