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