| onContextRequested(fn: ContextRequestedEventArgs -> 'msg) |
Raised when the user has completed a context input gesture, such as a right-click. |
| onRequestBringIntoView(fn: RequestBringIntoViewEventArgs -> 'msg) |
Raised when an element wishes to be scrolled into view. |
| onLoaded(fn: RoutedEventArgs -> 'msg) |
Raised when the control has been fully constructed in the visual tree and both layout and render are complete. |
| onUnLoaded(fn: RoutedEventArgs -> 'msg) |
Raised when the control is removed from the visual tree. |
| onSizeChanged(fn: SizeChangedEventArgs -> 'msg) |
Raised when the control's size changes. |