Cube.Core by clown,cube-soft

<PackageReference Include="Cube.Core" Version="1.15.10" />

.NET API 84,480 bytes

 ValueEventArgs

public static class ValueEventArgs
ValueEventArgs(T), ValueCancelEventArgs(T) オブジェクトを生成する ための補助クラスです。
public static ValueEventArgs<T> Create<T>(T value)

ValueEventArgs(T) オブジェクトを生成します。

public static ValueCancelEventArgs<T> Create<T>(T value, bool cancel)

ValueCancelEventArgs(T) オブジェクトを生成します。