IGridCommandEvent Interface |
Interface that provides the basic functionality needed for a class to be used to
send information to Command event handler.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public interface IGridCommandEvent
Public Interface IGridCommandEvent
public interface class IGridCommandEvent
type IGridCommandEvent = interface end
The IGridCommandEvent type exposes the following members.
Methods Properties
| Name | Description |
---|
| Canceled | Gets or sets a value, defining whether the command should be canceled. |
TopSee Also