Skip to main content

actioneventargs-class

Provides data for Korzh.EasyQuery.WinForms.XPanel.Action event

public class Korzh.EasyQuery.WinForms.ActionEventArgs
: EventArgs

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
ActionEventArgs(string actionName, object data)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.ActionEventArgs class.
ActionEventArgs(string actionName)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.ActionEventArgs class.

Properties

NameTypeDescription
ActionNamestringGets the name of the action.
DataobjectGets the data associated with event.