Fires when the button is down

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