Represents the method that handles the OnDoubleClick event.
[Visual Basic .NET] Public Delegate Sub OnDoubleClickEventHandler ( _ ByVal button As Integer, _ ByVal shift As Integer, _ ByVal X As Integer, _ ByVal Y As Integer, _ ByVal pageX As Double, _ ByVal pageY As Double _ )
[C#] public delegate void OnDoubleClickEventHandler ( int button, int shift, int X, int Y, double pageX, double pageY );