9 references to Format
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListControl\ListControlConvertEventHandler.cs (1)
7
/// Represents a method that will handle the <see cref="ListControl.
Format
"/> event of a <see cref="ListControl"/>.
System.Windows.Forms.Tests (8)
System\Windows\Forms\ListControlTests.cs (8)
1346
control.
Format
+= handler;
1350
control.
Format
-= handler;
2420
control.
Format
+= handler;
2425
control.
Format
-= handler;
2462
control.
Format
+= handler;
2467
control.
Format
-= handler;
2693
control.
Format
+= handler;
2698
control.
Format
-= handler;