The event that fires when the component is shown

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