mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
Specified fully-qualified name for the ASPxClientEvent interface.
This commit is contained in:
Vendored
+4
-4
@@ -547,9 +547,9 @@ declare module DevExpress.XtraCharts.Web.Scripts {
|
||||
PerformCallback(): void;
|
||||
|
||||
// Events
|
||||
BeginCallback: AsPxClientEvent;
|
||||
EndCallback: AsPxClientEvent;
|
||||
ObjectHotTracked: AsPxClientEvent;
|
||||
ObjectSelected: AsPxClientEvent;
|
||||
BeginCallback: DevExpress.Web.Scripts.ASPxClientEvent;
|
||||
EndCallback: DevExpress.Web.Scripts.ASPxClientEvent;
|
||||
ObjectHotTracked: DevExpress.Web.Scripts.ASPxClientEvent;
|
||||
ObjectSelected: DevExpress.Web.Scripts.ASPxClientEvent;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user