C# Class ComponentFactory.Krypton.Toolkit.NeedLayoutEventArgs

Details for need layout events.
Inheritance: System.EventArgs
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
NeedLayoutEventArgs ( bool needLayout ) : System

Initialize a new instance of the NeedLayoutEventArgs class.

NeedLayoutEventArgs ( bool needLayout, Rectangle invalidRect ) : System

Initialize a new instance of the NeedLayoutEventArgs class.

Method Details

NeedLayoutEventArgs() public method

Initialize a new instance of the NeedLayoutEventArgs class.
public NeedLayoutEventArgs ( bool needLayout ) : System
needLayout bool Does the layout need regenerating.
return System

NeedLayoutEventArgs() public method

Initialize a new instance of the NeedLayoutEventArgs class.
public NeedLayoutEventArgs ( bool needLayout, Rectangle invalidRect ) : System
needLayout bool Does the layout need regenerating.
invalidRect System.Drawing.Rectangle Specifies an invalidation rectangle.
return System