protected Action<Export> ExportRemovedHandler { get; set; }
Protected Property ExportRemovedHandler As Action(Of Export)
protected: property Action<Export^>^ ExportRemovedHandler { Action<Export^>^ get (); void set (Action<Export^>^ value); }