Constable Authorization Engine 2.0 BETA

IPolicyDesignContextControl.ContextActivated Method 

[This is preliminary documentation and subject to change.]

Called by the Policy Designer to inform the control that the context that the control represents has been activated.

[Visual Basic]
Sub ContextActivated( _
   ByVal host As IPolicyDesignHost _
)
[C#]
void ContextActivated(
   IPolicyDesignHost host
);

Parameters

host
The hosting form reference.

Remarks

When the user clicks a tab in the Policy Designer window, the designer calls the ContextActivated method passing itself as the IPolicyDesignHost implementation. The implementation should store the passed-in host reference for subsequent use.

See Also

IPolicyDesignContextControl Interface | LaMarvin.Constable.Design Namespace