menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum PropertyChangeEffect - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum PropertyChangeEffect

    Specifies the expected effect of the change in property of an object / Control.

    Namespace: Syncfusion.ComponentModel
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public enum PropertyChangeEffect
    Remarks

    Used by the SyncfusionPropertyChangedEventArgs class.

    Fields

    Name Description
    NeedLayout

    The Control needs to be laid out due to change in a property's value.

    NeedRepaint

    The Control needs a repaint due to change in property's value.

    None

    No effect when there is change in a property's value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved