Constable Authorization Engine 2.0 BETA

InstanceDesignerVerb Constructor (String, EventHandler, Object)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the InstanceDesignerVerb class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal text As String, _
   ByVal handler As EventHandler, _
   ByVal instance As Object _
)
[C#]
public InstanceDesignerVerb(
   string text,
   EventHandler handler,
   object instance
);

Parameters

text
The text of the verb.
handler
The handler ibnvoked when the verb is clicked.
instance
The associated instance.

See Also

InstanceDesignerVerb Class | LaMarvin.Design Namespace | InstanceDesignerVerb Constructor Overload List