'DeclarationPublic Function New( _ ByVal other As VerifyUserEventArgs _ )
'UsageDim other As VerifyUserEventArgs Dim instance As New VerifyUserEventArgs(other)
public VerifyUserEventArgs( VerifyUserEventArgs other )
public: VerifyUserEventArgs( VerifyUserEventArgs^ other )
Parameters
- other
- The instance to copy from.
The value of this parameter cannot be
null(Nothingin Visual Basic).