Raises the Opening event.
| C# | Visual Basic | Visual C++ |
protected override void OnOpening( CancelEventArgs e )
Protected Overrides Sub OnOpening ( _ e As CancelEventArgs _ )
protected: virtual void OnOpening( CancelEventArgs^ e ) override
- e (CancelEventArgs)
- A CancelEventArgs that contains the event data.