SelectionChangedEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SelectionChangedEventArgs() | |
SelectionChangedEventArgs(BlockOfCellsCollection) |
SelectionChangedEventArgs()
protected:
SelectionChangedEventArgs();
protected SelectionChangedEventArgs ();
Protected Sub New ()
Applies to
SelectionChangedEventArgs(BlockOfCellsCollection)
public:
SelectionChangedEventArgs(Microsoft::ReportingServices::QueryDesigners::BlockOfCellsCollection ^ blocks);
public SelectionChangedEventArgs (Microsoft.ReportingServices.QueryDesigners.BlockOfCellsCollection blocks);
new Microsoft.ReportingServices.QueryDesigners.SelectionChangedEventArgs : Microsoft.ReportingServices.QueryDesigners.BlockOfCellsCollection -> Microsoft.ReportingServices.QueryDesigners.SelectionChangedEventArgs
Public Sub New (blocks As BlockOfCellsCollection)
Parameters
- blocks
- BlockOfCellsCollection