Removes an event handler to the ContainerSelectorActive event. This event is fired whenever the user interacts with the container selector in a manor that would indicate that the selector should continued to be displayed. Since the container selector normally will vanish after a timeout, designers should listen to this event and reset the timeout when this event occurs.
[Visual Basic] Sub RemoveOnContainerSelectorActive( _ ByVal handler As ContainerSelectorActiveEventHandler _ ) [C#] void RemoveOnContainerSelectorActive( ContainerSelectorActiveEventHandler handler ); [C++] void RemoveOnContainerSelectorActive( ContainerSelectorActiveEventHandler* handler ) = 0; [JScript] function RemoveOnContainerSelectorActive( handler : ContainerSelectorActiveEventHandler );
ISelectionUIService Interface | ISelectionUIService Members | System.WinForms.Design Namespace