[To be supplied.]
The following declaration shows the syntax for a method that handles the MDIChildActivate event.
[Visual Basic] Private Sub FormName_MDIChildActivate( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void FormName_MDIChildActivate( object sender, EventArgs e ); [C++] private: void FormName_MDIChildActivate( Object* sender, EventArgs* e ); [JScript] private FormName_MDIChildActivate( sender : Object, e : EventArgs );
Property | Description |
---|---|
|