Method RaiseChanged
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
kindMenuChangeKindThe 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.