 | IApplicationSelectionChanged Event |
An event invoked when the active selection changed
Namespace: TSD.API.RemotingAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntaxevent EventHandler<EventArgs> SelectionChanged
Event SelectionChanged As EventHandler(Of EventArgs)
event EventHandler<EventArgs^>^ SelectionChanged {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}abstract SelectionChanged : IEvent<EventHandler<EventArgs>,
EventArgs>Value
EventHandlerEventArgs
See Also