UserEventArgs Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
The UserEventArgs() method is the constructor for the class. This constructor creates a new UserEventArgs object with the fields initialized according to the supplied userObject.
'Declaration
Public Function New( _
ByVal userObject As User _
)
public UserEventArgs(
User userObject
)
Parameters
- userObject
- Required. Holds the User object.