Back to Devexpress

FilterControl.DisposeValueEditor Event

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-f6b48ba1.md

latest1.9 KB
Original Source

FilterControl.DisposeValueEditor Event

Fires before an editor used to edit operands is disposed of.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event DisposeValueEditorEventHandler DisposeValueEditor
vb
<DXCategory("Events")>
Public Event DisposeValueEditor As DisposeValueEditorEventHandler

Event Data

The DisposeValueEditor event's data class is ValueEditorEventArgs. The following properties provide information specific to this event:

PropertyDescription
EditorGets the currently processed editor.
PropertyNameGets the name of the current property (column/field). Inherited from BaseNodeEventArgs.
PropertyTypeGets the type of the current property (column/field). Inherited from BaseNodeEventArgs.

Remarks

Use the e.Editor event parameter to access the editor being currently closed.

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace