PaneCollapsedChangedEventHandler Delegate
Represents a method that will handle the XYDiagram2D.PaneCollapsedChanged events.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
public delegate void PaneCollapsedChangedEventHandler(
object sender,
PaneCollapsedChangedEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. This parameter identifies the XYDiagram2D which raised the event. |
e | PaneCollapsedChangedEventArgs | Event data. |
See Also