Event arguments passed to the OnPasswordChange event.


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Public Class PasswordChangeEventArgs
    Inherits EAPEventArgs
C#
public class PasswordChangeEventArgs : EAPEventArgs
C++
ref class PasswordChangeEventArgs : EAPEventArgs
J#
public class PasswordChangeEventArgs extends EAPEventArgs
JScript
public class PasswordChangeEventArgs extends EAPEventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
      NetQuarry.EAPEventArgs
         NetQuarry.PasswordChangeEventArgs

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also