Click or drag to resize
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.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IGridCommandEvent

The IGridCommandEvent type exposes the following members.

Methods
  NameDescription
Public methodExecuteCommand
Override to fire the corresponding command.
Top
Properties
  NameDescription
Public propertyCanceled
Gets or sets a value, defining whether the command should be canceled.
Top
See Also