Skip to main content
A newer version of this page is available. .

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

For internal use.

Namespace: DevExpress.XtraPrinting

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

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