Table of Contents

Method RaiseChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RaiseChanged(MenuChangeKind)

Raises an event or performs an action to indicate that a change of the specified kind has occurred.

public virtual void RaiseChanged(MenuChangeKind kind)

Parameters

kind MenuChangeKind

The type of change that occurred. This value determines the nature of the change being reported.

Remarks

Derived classes can override this method to provide custom behavior when a change is raised.