FocusChangedEventArgs Class
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.DataManagement.Client.Framework.Vault.Forms.Currency
Event args that are sent when the focus changes in a view that displays a collection of entities
Syntax
public class FocusChangedEventArgs : System.EventArgs Public Class FocusChangedEventArgs
Inherits System.EventArgsConstructors
| Name | Description |
|---|---|
| FocusChangedEventArgs | Constructs an instance of a FocusChangedEventArgs class |
Properties
| Name | Description |
|---|---|
| FocusedEntity | Gets the entity that has focus |
| OriginatingControl | Gets the object or control that originated the event |
Returned By
Where you get a FocusChangedEventArgs — members that return one.
- BrowseVaultNavigationModel.FocusedContentChanged
- IVaultNavigationModel.FocusedContentChanged
- ViewVaultNavigationModel.FocusedContentChanged
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.DataManagement.Client.Framework.Vault.Forms.Currency.FocusChangedEventArgs