KeePass.Forms.FocusEventArgs.FocusEventArgs C# (CSharp) 메소드

FocusEventArgs() 공개 메소드

public FocusEventArgs ( Control cRequested, Control cFocusing ) : System
cRequested System.Windows.Forms.Control
cFocusing System.Windows.Forms.Control
리턴 System
        public FocusEventArgs(Control cRequested, Control cFocusing)
        {
            m_cNewRequested = cRequested;
            m_cNewFocusing = cFocusing;
        }
FocusEventArgs