Accessor.CreateEvent(Type, EventDescriptor, Attribute[]) Method
For internal use.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.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