Back to Devexpress

TreeList.HideCustomizationForm Event

windowsforms-devexpress-dot-xtratreelist-dot-treelist-3ed81a81.md

latest2.3 KB
Original Source

TreeList.HideCustomizationForm Event

Fires immediately after the Customization Form has been closed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DXCategory("Behavior")]
public event EventHandler HideCustomizationForm
vb
<DXCategory("Behavior")>
Public Event HideCustomizationForm As EventHandler

Event Data

The HideCustomizationForm event's data class is EventArgs.

Remarks

You can hide the Customization Form by calling the TreeList.HideCustomization method. End-users can also close the form manually. In both cases, the HideCustomizationForm event is raised. Write a handler for this event to perform specific actions in response to closing the Customization Form. This can be used, for instance, to hide instructions on using the Customization Form, that were displayed when the Customization Form first appeared. Use the TreeList.ShowCustomizationForm event to perform specific actions when it becomes visible.

See Also

ShowCustomization

HideCustomization()

ShowCustomizationForm

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace