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