Skip to main content

Accessor.CreateEvent(Type, EventDescriptor, Attribute[]) Method

For internal use.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static EventDescriptor CreateEvent(
    Type type,
    EventDescriptor oldEventDescriptor,
    Attribute[] attributes
)

Parameters

Name Type
type Type
oldEventDescriptor EventDescriptor
attributes Attribute[]

Returns

Type
EventDescriptor
See Also