AVEVA OMI Software Developer Kit



AutoLogOnUserChanged Event
Syntax
'Declaration
 
Public Event AutoLogOnUserChanged As EventHandler(Of LogOnUserChangedEventArgs)
'Usage
 
Dim instance As Security
Dim handler As EventHandler(Of LogOnUserChangedEventArgs)
 
AddHandler instance.AutoLogOnUserChanged, handler
public event EventHandler<LogOnUserChangedEventArgs> AutoLogOnUserChanged
public:
event EventHandler<LogOnUserChangedEventArgs^>^ AutoLogOnUserChanged
Event Data

The event handler receives an argument of type LogOnUserChangedEventArgs containing data related to this event. The following LogOnUserChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also