public Action<MapEvent> ClearAll { get; set; }
Public Property ClearAll As Action(Of MapEvent) Get Set
public: property Action<MapEvent^>^ ClearAll { Action<MapEvent^>^ get (); void set (Action<MapEvent^>^ value); }
member ClearAll : Action<MapEvent> with get, set