Autodesk Vault ProfessionalVault API

FocusChangedEventArgs Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.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.EventArgs

Constructors

NameDescription
FocusChangedEventArgsConstructs an instance of a FocusChangedEventArgs class

Properties

NameDescription
FocusedEntityGets the entity that has focus
OriginatingControlGets the object or control that originated the event

Returned By

Where you get a FocusChangedEventArgs — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Currency.FocusChangedEventArgs

See Also