[]
Provides data for the LayoutLink event.
public class LayoutLinkEventArgs : EventArgs
| Name | Description |
|---|---|
| LayoutLinkEventArgs(C1CommandLink, Rectangle, Rectangle, Rectangle, Point) | Initializes a new instance of the LayoutLinkEventArgs class |
| Name | Description |
|---|---|
| Bounds | The bounding rectangle of the command link. |
| ControlLocation | The location of the nested control (valid only if the command is a C1CommandControl). |
| ImageRect | Image rectangle layout. |
| Link | Specifies the command link for the layout. |
| TextRect | Text rectangle layout. |