Persistate API documentation
OperationBinder Class
NamespacesPersistate.UI.DesktopOperationBinder

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

This class is used to bind menu and toolbar items to the appropriate Operations.
Declaration Syntax
C#
public static class OperationBinder
Members
All MembersMethods



IconMemberDescription
CheckPresence(ToolStripItemCollection, PWindow)
Checks the Operations linked to each item in a ToolStripItemCollection and sets the enabled and visible status of the items appropriately.

OperationSelected(Object, EventArgs)
Handles a tool strip item click and executes the Operation which is linked to that item.

Remarks
This also calls the bound Operations when the items are selected. It is used for dynamically created drop downs in menus, and context menus on forms and grids.
Inheritance Hierarchy
Object
OperationBinder

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