Skip to content

ActionEventArgs class

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

public class Korzh.EasyQuery.WinForms.ActionEventArgs
: EventArgs

Package: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WinForms.dll

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.
NameTypeDescription
ActionNamestringGets the name of the action.
DataobjectGets the data associated with event.