Constable Authorization Engine 2.0 BETA

InstanceDesignerVerb Constructor (String, EventHandler, Object, ICollection)

[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, _
   ByVal selectedChildren As ICollection _
)
[C#]
public InstanceDesignerVerb(
   string text,
   EventHandler handler,
   object instance,
   ICollection selectedChildren
);

Parameters

text
The text of the verb.
handler
The handler ibnvoked when the verb is clicked.
instance
The associated instance.
selectedChildren
The collection of selected child objects.

Remarks

The selectedChildren collection is only valid if the associated Instance is a collection.

See Also

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