NppSharp.CharAddedEventArgs.CharAddedEventArgs C# (CSharp) 메소드

CharAddedEventArgs() 공개 메소드

Creates the event arguments object.
public CharAddedEventArgs ( char ch ) : System
ch char The character added.
리턴 System
        public CharAddedEventArgs(char ch)
        {
            Character = ch;
        }
CharAddedEventArgs