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 PrintCellEventArgs _ ) |
| C# |
|---|
public PrintCellEventArgs( PrintCellEventArgs args ) |
| Visual C++ |
|---|
public: PrintCellEventArgs( PrintCellEventArgs^ args ) |
| JavaScript |
|---|
Greatis.PrintSuite.Providers.PrintCellEventArgs = function(args); |
Parameters
- args
- Type: Greatis.PrintSuite.Providers..::.PrintCellEventArgs
Another instance of the arguments class.