[]
Provides data for the DrawLink event.
public class DrawLinkEventArgs : EventArgs
Name | Description |
---|---|
DrawLinkEventArgs(Graphics, C1CommandLink, Rectangle, bool) | Initializes a new instance of the DrawLinkEventArgs class |
Name | Description |
---|---|
Bounds | The bounding rectangle of the link. |
Done | Flag indicating whether the user completed the drawing. If set to true, no further drawing is performed. Otherwise, the default drawing is done. |
Graphics | The Graphics object to draw on. |
Link | The command link to draw. |