KaxGridInsertCommand Event |
This event is triggered when insert button clicked.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic event GridInsertingEventHandler InsertCommand
Public Event InsertCommand As GridInsertingEventHandler
public:
event GridInsertingEventHandler^ InsertCommand {
void add (GridInsertingEventHandler^ value);
void remove (GridInsertingEventHandler^ value);
}
member InsertCommand : IEvent<GridInsertingEventHandler,
GridInsertingEventArgs>
Value
Type:
Kettic.AspNet.ControlsGridInsertingEventHandler
See Also