|
ISuccessCallbackTOnSuccess Method |
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Sub OnSuccess (
item As T
)
abstract OnSuccess :
item : 'T -> unit
Parameters
- item
- Type: T
The item which successfully selected
Remarks This will only be called when the selected item is binded with current weight controller
See Also