[To be supplied.]
The following declaration shows the syntax for a method that handles the Format event.
[Visual Basic] Private Sub FormatName_Format( _ ByVal sender As Object, _ ByVal e As FormatEventArgs _ ) [C#] private void FormatName_Format( object sender, FormatEventArgs e ); [C++] private: void FormatName_Format( Object* sender, FormatEventArgs* e ); [JScript] private FormatName_Format( sender : Object, e : FormatEventArgs );
Property | Description |
---|---|
|
|
|
|
|
Format Class | Format MembersTopic | System.WinForms.ComponentModel Namespace