Skip to main content
A newer version of this page is available.
All docs
V19.2

LayoutGroupItemCollection.RaiseOnChanged(CollectionChangeEventArgs) Method

Raises the OnChanged event that notifies about changes made to this LayoutGroupItemCollection.

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public void RaiseOnChanged(
    CollectionChangeEventArgs e
)

Parameters

Name Type Description
e CollectionChangeEventArgs

A object that represents the OnChanged event arguments.

See Also