BaseRelativeLengthElement Events
A base class for Widget View elements with relative lengths.| Name | Description |
|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| LengthChanged | Fires whenever this BaseRelativeLengthElement changes its length. |
| VisibilityChanged | Fires whenever this BaseRelativeLengthElement changes its visibility. |
See Also