Skip to main content

SelectionChangedEventHandler Delegate

A method that will handle the SelectionChanged event.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public delegate void SelectionChangedEventHandler(
    object sender,
    SelectionChangedEventArgs e
);

Parameters

Name Type
sender System.Object
e SelectionChangedEventArgs
See Also
SelectionChangedEventHandler Members