Persistate API documentation
OperationSelected Method (sender, e)
NamespacesPersistate.UI.DesktopOperationBinderOperationSelected(Object, EventArgs)

[This is preliminary documentation and is subject to change.]

Handles a tool strip item click and executes the Operation which is linked to that item.
Declaration Syntax
C#
public static void OperationSelected(
	Object sender,
	EventArgs e
)
Parameters
sender (Object)
The item that was clicked. Can be a main menu, context menu or toolbar item. It should have the fully qualified Operation name in its tag property.
e (EventArgs)
Standard event arguments.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)