NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISelectionUIService ContainerSelectorActive Event

[To be supplied.]

The following declaration shows the syntax for a method that handles the ContainerSelectorActive event.

[Visual Basic]
Private Sub ISelectionUIServiceName_ContainerSelectorActive( _
   ByVal sender As Object, _
   ByVal e As ContainerSelectorActiveEventArgs _
)
[C#]
private void ISelectionUIServiceName_ContainerSelectorActive(
   object sender,
   ContainerSelectorActiveEventArgs e
);
[C++]
private: void ISelectionUIServiceName_ContainerSelectorActive(
   Object* sender,
   ContainerSelectorActiveEventArgs* e
);
[JScript]
private ISelectionUIServiceName_ContainerSelectorActive(
   sender : Object,
   e : ContainerSelectorActiveEventArgs
);

Parameters

sender
The source of the event.
e
A System.ComponentModel.Design.ContainerSelectorActiveEventArgs that contains the event data.

See Also

ISelectionUIService Interface | ISelectionUIService MembersTopic | System.WinForms.Design Namespace