Skip to main content
All docs
V26.1
  • WinExplorerView.SelectedHtmlTextChanged Event

    Occurs when the WinExplorerView.SelectedHtmlText property changes its value.

    Namespace: DevExpress.XtraGrid.Views.WinExplorer

    Assembly: DevExpress.XtraGrid.v26.1.dll

    Declaration

    [DXCategory("Events")]
    public event EventHandler SelectedHtmlTextChanged

    Event Data

    The SelectedHtmlTextChanged event's data class is EventArgs.

    See Also