Accessor.CreateEvent(Type, EventDescriptor, Attribute[]) Method
For internal use.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
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