Syntax
| Visual Basic (Declaration) | |
|---|
Public Event ElementAdjusted As Infragistics.Win.UIElementAdjustedEventHandler |
| C# | |
|---|
public event Infragistics.Win.UIElementAdjustedEventHandler ElementAdjusted |
Event Data
The event handler receives an argument of type Infragistics.Win.UIElementAdjustedEventArgs containing data related to this event. The following UIElementAdjustedEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Delta | |
| Element (Inherited from Infragistics.Win.UIElementEventArgs) | |
See Also