[]
Called when selection was changed.
protected static void OnSelectionChanged(BindableObject obj, string propertyName, object oldValue, object newValue)
Protected Shared Sub OnSelectionChanged(obj As BindableObject, propertyName As String, oldValue As Object, newValue As Object)
| Type | Name | Description |
|---|---|---|
| BindableObject | obj | |
| string | propertyName | |
| object | oldValue | |
| object | newValue |
Called when selection was changed.
protected void OnSelectionChanged(EventArgs e)
Protected Sub OnSelectionChanged(e As EventArgs)
| Type | Name | Description |
|---|---|---|
| EventArgs | e |