PaneCollapsedChangedEventHandler Delegate
In This Article
Represents a method that will handle the XYDiagram2D.PaneCollapsedChanged events.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.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 | Pane |
Event data. |
See Also