Namespace: DeltaEngine.PlatformsAssembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
public delegate void UserCanceledDelegate(
string productId
)
public delegate void UserCanceledDelegate(
string productId
)
Public Delegate Sub UserCanceledDelegate (
productId As String
)
Public Delegate Sub UserCanceledDelegate (
productId As String
)
public delegate void UserCanceledDelegate(
String^ productId
)
public delegate void UserCanceledDelegate(
String^ productId
)
type UserCanceledDelegate =
delegate of
productId : string -> unit
type UserCanceledDelegate =
delegate of
productId : string -> unit