C# Class KidoZen.BoolEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: kidozen/kido-xamarin

Public Methods

Method Description
BoolEventArgs ( bool value, string message ) : System

Method Details

BoolEventArgs() public method

public BoolEventArgs ( bool value, string message ) : System
value bool
message string
return System