Initializes a new instance of the CanUnselectRowEventArgs class with the specified settings.
public CanUnselectRowEventArgs( DataViewBase view, int rowHandle, bool canUnselectRow )
Public New( ByVal view As DataViewBase, ByVal rowHandle As Integer, ByVal canUnselectRow As Boolean )
Instances of the CanUnselectRowEventArgs class are automatically created, initialized and passed to the corresponding event handlers.