The event that fires when the component is shown for the first time

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