Xceed DataGrid for WPF v7.2 Documentation
ProgressEventArgs Constructor


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Print Namespace > ProgressEventArgs Class : ProgressEventArgs Constructor
An reference to a ProgressInfo object containing information on the content of a grid that is being printed or exported.
Initializes a new instance of the PrintProgressionEventArgs class specifying progression information.
Syntax
'Declaration
 
Public Function New( _

   ByVal progressInfo As ProgressInfo _

)
'Usage
 
Dim progressInfo As ProgressInfo

 

Dim instance As New ProgressEventArgs(progressInfo)
public ProgressEventArgs( 

   ProgressInfo progressInfo

)

Parameters

progressInfo
An reference to a ProgressInfo object containing information on the content of a grid that is being printed or exported.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProgressEventArgs Class
ProgressEventArgs Members