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