Visual Basic (Declaration) | |
---|---|
Public Class SpreadCommandEventArgs Inherits System.Web.UI.WebControls.CommandEventArgs |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SpreadCommandEventArgs |
C# | |
---|---|
public class SpreadCommandEventArgs : System.Web.UI.WebControls.CommandEventArgs |
The following command events can be raised by the Spread component:
- ButtonCommand
- CancelCommand
- DeleteCommand
- EditCommand
- ErrorCommand
- InsertCommand
- SortColumnCommand
- UpdateCommand
And these events also can be raised by the Spread component:
This class contains data about these Spread command events that can be accessed in the SpreadCommandEventHandler event handler. You can cancel an event and get the postback data using the EditValues and Handled properties available in this class.
For more information on the print command, refer to the IsPrint property.
System.Object
System.EventArgs
System.Web.UI.WebControls.CommandEventArgs
FarPoint.Web.Spread.SpreadCommandEventArgs
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
Reference
SpreadCommandEventArgs MembersFarPoint.Web.Spread Namespace
ButtonCommand Event
CancelCommand Event
DeleteCommand Event
EditCommand Event
ErrorCommand Event
InsertCommand Event
SortColumnCommand Event
UpdateCommand Event
SpreadCommandEventHandler Delegate