Evento InitPrtFast.SelectionChanged

InitPrtFast

Evento InitPrtFastSelectionChanged

Evento su modifica della selezione.

Namespace:  InitPrtFast
Assembly:  InitPrtFast (in InitPrtFast.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public event EventHandler<InitPrtFastPrtInitSelectionEventArgs> SelectionChanged
Public Event SelectionChanged As EventHandler(Of InitPrtFastPrtInitSelectionEventArgs)
public:
 event EventHandler<InitPrtFastPrtInitSelectionEventArgs^>^ SelectionChanged {
	void add (EventHandler<InitPrtFastPrtInitSelectionEventArgs^>^ value);
	void remove (EventHandler<InitPrtFastPrtInitSelectionEventArgs^>^ value);
}
member SelectionChanged : IEvent<EventHandler<InitPrtFastPrtInitSelectionEventArgs>,
    InitPrtFastPrtInitSelectionEventArgs>

Valore

Tipo: SystemEventHandlerInitPrtFastPrtInitSelectionEventArgs
Vedi anche