Basic Library for WinRT
OnSelectionChanged(Object,EventArgs) Method

The sender.
The System.EventArgs instance containing the event data.
Called when the selection changed.
Syntax
'Declaration
 
Protected Overridable Sub OnSelectionChanged( _
   ByVal sender As System.Object, _
   ByVal e As System.EventArgs _
) 
protected virtual void OnSelectionChanged( 
   System.object sender,
   System.EventArgs e
)

Parameters

sender
The sender.
e
The System.EventArgs instance containing the event data.
See Also

Reference

C1ListBox Class
C1ListBox Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback