Fires when the user double-clicks a row header.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public event RowDoubleClickEventHandler RowDoubleClick |
Visual Basic |
---|
Public Event RowDoubleClick As RowDoubleClickEventHandler |
Visual C++ |
---|
public: event RowDoubleClickEventHandler^ RowDoubleClick { void add (RowDoubleClickEventHandler^ value); void remove (RowDoubleClickEventHandler^ value); } |