BalloonChangedEventArgs クラスとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > BalloonChangedEventArgs クラスの意味・解説 

BalloonChangedEventArgs クラス

BalloonChanged イベントデータ提供します

名前空間: Microsoft.WindowsCE.Forms
アセンブリ: Microsoft.WindowsCE.Forms (microsoft.windowsce.forms.dll 内)
構文構文

Public Class BalloonChangedEventArgs
    Inherits EventArgs
Dim instance As BalloonChangedEventArgs
public class BalloonChangedEventArgs : EventArgs
public ref class BalloonChangedEventArgs :
 public EventArgs
public class BalloonChangedEventArgs extends
 EventArgs
public class BalloonChangedEventArgs extends
 EventArgs
解説解説

BalloonChanged イベントは、通知表示または非表示にするたびに発生します

Visible プロパティは、NotificationVisible プロパティ最新の値を反映するため、通知がいつ表示または非表示にされたかを追跡できます

このクラスは、Pocket PC でのみサポートされています。

使用例使用例

バルーン表示されているときに、アプリケーション機能追加するためのコード追加する所を次のコード例示しますBalloonChangedEventArgs クラスには、Notification クラスVisible プロパティの値を反映する Visible プロパティ含まれています。このコード例は、Notification クラストピック取り上げているコード例一部分です。

' You can use the BalloonChanged event
' created by tracking each time the notification is made visible.
Private Sub OnBalloonChanged(obj As
 Object, _
  balevent As BalloonChangedEventArgs) Handles
 Notification1.BalloonChanged
   If balevent.Visible = True Then
    ' You can add code here to add 
    ' functionality such as user interface 
    ' changes that should occur when
    ' the notification is displayed.
   End If
End Sub
// You can use the BalloonChanged event
// created by tracking each time the notification is made visible.
private void OnBalloonChanged(object obj, BalloonChangedEventArgs
 balevent)
{
    if (balevent.Visible == true)
    {
        // You can add code here to add 
        // functionality such as user interface 
        // changes that should occur when
        // the notification is displayed.
    }

}
継承階層継承階層
System.Object
   System.EventArgs
    Microsoft.WindowsCE.Forms.BalloonChangedEventArgs
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
BalloonChangedEventArgs メンバ
Microsoft.WindowsCE.Forms 名前空間
その他の技術情報
方法 : 通知送信する



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「BalloonChangedEventArgs クラス」の関連用語

BalloonChangedEventArgs クラスのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



BalloonChangedEventArgs クラスのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS