Removes a Delegate that will be invoked when a component has been sent to UI active state. On invocation, the UIActivationStateEventArgs.component variable holds a reference to the component that has been transitioned.
[Visual Basic] Sub RemoveOnUIActivated( _ ByVal handler As UIActivationStateEventHandler _ ) [C#] void RemoveOnUIActivated( UIActivationStateEventHandler handler ); [C++] void RemoveOnUIActivated( UIActivationStateEventHandler* handler ) = 0; [JScript] function RemoveOnUIActivated( handler : UIActivationStateEventHandler );
IUIActivationService Interface | IUIActivationService Members | System.ComponentModel.Design Namespace