Initializes a new instance of the class using another instance.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ args As CellEventArgs _ ) |
| C# |
|---|
public CellTextEventArgs( CellEventArgs args ) |
| Visual C++ |
|---|
public: CellTextEventArgs( CellEventArgs^ args ) |
| JavaScript |
|---|
Greatis.PrintSuite.Providers.CellTextEventArgs = function(args); |
Parameters
- args
- Type: Greatis.PrintSuite.Providers..::.CellEventArgs
Another instance of the arguments class.