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