CommissionPage
StockSharp.Xaml.Windows.Maui
委員会規則ページ。
継承元: ContentPage
コンストラクター
プロパティ
メソッド
SetRuleTypes
public void SetRuleTypes(IEnumerable<Type> types)
commissionPage.SetRuleTypes(types)
利用可能なルールタイプを設定します。
イベント
AddRuleRequested
public event EventHandler<Type> AddRuleRequested
commissionPage.AddRuleRequested += handler
ルールを追加する際に発生するイベント
Completed
public event EventHandler<bool> Completed
commissionPage.Completed += handler
完成した時にイベントを盛り上げました。
RemoveRuleRequested
public event EventHandler<CommissionRuleItemViewModel> RemoveRuleRequested
commissionPage.RemoveRuleRequested += handler
ルールを外すとイベントが発生した。