Objective Grid for Microsoft® .NET® Reference Guide

RButtonDblClkRowColEventHandler Delegate

Back to Class Index

Delegate type for the RButtonDblClkRowCol GridControl event.     

[Visual Basic]
Public Delegate Sub RButtonDblClkRowColEventHandler( _
   ByVal sender As Object, _
   ByVal e As RButtonDblClkRowColEventArgs _
)
[C#]
public delegate void RButtonDblClkRowColEventHandler(
   object sender,
   RButtonDblClkRowColEventArgs e
);

Parameters

sender
The object that generated the event
e
An RButtonDblClkRowColEventArgs that supplies the event data

Remarks

    

An RButtonDblClkRowCol delegate identifies the method that will handle the event. To associate an event handler with the event, add an instance of the delegate to the event. The associated event handler is then invoked whenever the event occurs, until the delegate is removed.     

    

    

    

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace