Fires when the button is up

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