Fires when the user asks to select the objects related to the active schematic view's selection set in a view other than a schematic view (that is, a GIS geographic view, for instance).
[Visual Basic 6.0]
Event OnAskForSelectFromSchematic
[Visual Basic .NET] Public Event OnAskForSelectFromSchematic As OnAskForSelectFromSchematicEventHandler
[C#] public event OnAskForSelectFromSchematicEventHandler OnAskForSelectFromSchematic
[C++]
HRESULT OnAskForSelectFromSchematic(
void
);
INgProjectEvents Interface | INgProjectEvents.OnAskForSelectInSchematic Event