Class PropertyChangeEffect
Specifies the expected effect of the change in property of an object / Control.
Inheritance
System.Object
PropertyChangeEffect
Namespace: Syncfusion.ComponentModel
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class PropertyChangeEffect : Enum
Remarks
Used by the SyncfusionPropertyChangedEventArgs class.
Fields
NeedLayout
The Control needs to be laid out due to change in a property's value.
Declaration
public const PropertyChangeEffect NeedLayout
Field Value
| Type |
|---|
| PropertyChangeEffect |
NeedRepaint
The Control needs a repaint due to change in property's value.
Declaration
public const PropertyChangeEffect NeedRepaint
Field Value
| Type |
|---|
| PropertyChangeEffect |
None
No effect when there is change in a property's value.
Declaration
public const PropertyChangeEffect None
Field Value
| Type |
|---|
| PropertyChangeEffect |