SourceGrid.CellContextEventArgs.CellContextEventArgs C# (CSharp) 메소드

CellContextEventArgs() 공개 메소드

public CellContextEventArgs ( CellContext pCellContext ) : System
pCellContext CellContext
리턴 System
        public CellContextEventArgs(CellContext pCellContext)
        {
            mCellContext = pCellContext;
        }
CellContextEventArgs