Skip to main content
All docs
V25.1
  • TdxStrokeOptions.OnChange Event

    Notifies the parent object about any line appearance change.

    Declaration

    property OnChange: TNotifyEvent read; write;

    Remarks

    Warning

    Do not handle the OnChange event of a TdxStrokeOptions class instance used as a part of a DevExpress component. DevExpress components handle the OnChange event to track area fill setting changes and redraw visual elements accordingly.

    The OnChange event occurs every time the Color, Style, or Width property value changes if they are not enclosed between BeginUpdate and EndUpdate procedure calls. The EndUpdate procedure raises the OnChange event only once.

    See Also