Represents the method that handles the 
OnContextMenu event. 
[Visual Basic .NET]
Public Delegate Function OnContextMenuEventHandler ( _
    ByVal x As Integer, _
    ByVal y As Integer _
) As Boolean
[C#]
public delegate bool OnContextMenuEventHandler (
    int x,
    int y
);