NewsPanel
StockSharp.Xaml.Windows.Maui
モバイル向けリストとストーリープレビュー付きニュースパネル。
継承元: ContentView
コンストラクター
プロパティ
MaxCount
public int MaxCount { get; set; }
value = newsPanel.MaxCount
newsPanel.MaxCount = value
アイテムの最大数をゲットまたはセットします。
SelectedNews
public NewsGridItem SelectedNews { get; }
value = newsPanel.SelectedNews
選択したニュース項目を取得します。
SubscriptionProvider
public ISubscriptionProvider SubscriptionProvider { get; set; }
value = newsPanel.SubscriptionProvider
newsPanel.SubscriptionProvider = value
サブスクリプションプロバイダをゲットまたはセットします。
メソッド
UpdateNewsStory
public void UpdateNewsStory(string newsId, string story)
newsPanel.UpdateNewsStory(newsId, story)
新着情報記事をアップしました。
イベント
SelectionChanged
public event EventHandler<SelectionChangedEventArgs> SelectionChanged
newsPanel.SelectionChanged += handler
選択変更イベント
フィールド
MaxCountProperty
public static readonly BindableProperty MaxCountProperty
value = NewsPanel.MaxCountProperty
結合可能な最大数。
SubscriptionProviderProperty
public static readonly BindableProperty SubscriptionProviderProperty
value = NewsPanel.SubscriptionProviderProperty
サブスクリプションプロバイダーのbindable プロパティ。