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)
1346control.Format += handler; 1350control.Format -= handler; 2420control.Format += handler; 2425control.Format -= handler; 2462control.Format += handler; 2467control.Format -= handler; 2693control.Format += handler; 2698control.Format -= handler;