Skip to main content

IBrickGraphics.RaiseModifierChanged() Method

If implemented by a class, raises the ModifierChanged event.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

void RaiseModifierChanged()

Remarks

The ModifierChanged event should be raised during document creation when the current Modifier of the brick graphics is changed.

See Also