Intersoft ClientUI Documentation
UXGridViewRowDetailsEventArgs Constructor



The RowDetailsVisibilityChanged routed event.
The row that the event occurs for.
The row details section as a framework element.
Initializes a new instance of the UXGridViewRowDetailsEventArgs.
Syntax
Public Function New( _
   ByVal eventHandler As RoutedEvent, _
   ByVal row As UXGridViewRow, _
   ByVal detailsElement As FrameworkElement _
)
Dim eventHandler As RoutedEvent
Dim row As UXGridViewRow
Dim detailsElement As FrameworkElement
 
Dim instance As New UXGridViewRowDetailsEventArgs(eventHandler, row, detailsElement)
public UXGridViewRowDetailsEventArgs( 
   RoutedEvent eventHandler,
   UXGridViewRow row,
   FrameworkElement detailsElement
)
public:
UXGridViewRowDetailsEventArgs( 
   RoutedEvent^ eventHandler,
   UXGridViewRow^ row,
   FrameworkElement^ detailsElement
)

Parameters

eventHandler
The RowDetailsVisibilityChanged routed event.
row
The row that the event occurs for.
detailsElement
The row details section as a framework element.
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

UXGridViewRowDetailsEventArgs Class
UXGridViewRowDetailsEventArgs Members

Send Feedback