The event that fires when the toggle state is changed

C# | Visual Basic | Visual C++ |
public MulticastDelegate Change { get; set; }
Public Property Change As MulticastDelegate Get Set
public: property MulticastDelegate^ Change { MulticastDelegate^ get (); void set (MulticastDelegate^ value); }