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