Occurs when selection was changed.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event SelectionChanged As EventHandler |
C# |
---|
public event EventHandler SelectionChanged |
Visual C++ |
---|
public: event EventHandler^ SelectionChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |
JavaScript |
---|
function add_selectionChanged(value); function remove_selectionChanged(value); |