Attributes.StatusEventArgs.StatusEventArgs C# (CSharp) Method

StatusEventArgs() public method

public StatusEventArgs ( UInt16 handle, Byte flags )
handle System.UInt16
flags Byte
                    public StatusEventArgs(UInt16 handle, Byte flags)
                    {
                        this.handle = handle;
                        this.flags = flags;
                    }
                }
StatusEventArgs