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)
1344
control.
Format
+= handler;
1348
control.
Format
-= handler;
2418
control.
Format
+= handler;
2423
control.
Format
-= handler;
2460
control.
Format
+= handler;
2465
control.
Format
-= handler;
2691
control.
Format
+= handler;
2696
control.
Format
-= handler;