'Declaration Public Function New( _
ByVal focusedIndexFocused index.As System.Int32, _
ByVal invalidateA value indicating whether the viewer must be invalidated.As Boolean _
)
public FocusedIndexChangedEventArgs(
System.Int32 focusedIndex,
bool invalidate
)
public: FocusedIndexChangedEventArgs(
System.Int32 focusedIndex,
bool invalidate
)
public:
FocusedIndexChangedEventArgs(
System.Int32 focusedIndex,
bool invalidate
)
Parameters
- focusedIndex
- Focused index.
- invalidate
- A value indicating whether the viewer must be invalidated.