BCGControlBar Library for .NET
SelectionChangeEventArgs Constructor




The property to change the selection mode.
Initializes a new instance of the SelectionChangeEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal prop As PropertyListItem _
)
'Usage
 
Dim prop As PropertyListItem
 
Dim instance As New SelectionChangeEventArgs(prop)
public SelectionChangeEventArgs( 
   PropertyListItem prop
)
public: SelectionChangeEventArgs( 
   PropertyListItem* prop
)
public:
SelectionChangeEventArgs( 
   PropertyListItem^ prop
)

Parameters

prop
The property to change the selection mode.
Requirements

Target Platforms: 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

SelectionChangeEventArgs Class
SelectionChangeEventArgs Members

Send Feedback