actioneventargs-class
Provides data for Korzh.EasyQuery.WinForms.XPanel.Action event
public class Korzh.EasyQuery.WinForms.ActionEventArgs
: EventArgs
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
ActionEventArgs(string actionName, object data) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.ActionEventArgs class. |
ActionEventArgs(string actionName) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.ActionEventArgs class. |
Properties
Name | Type | Description |
---|---|---|
ActionName | string | Gets the name of the action. |
Data | object | Gets the data associated with event. |