The event that fires when the is clicked/keypressed

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