Qt.QCloseEvent Class

public class QCloseEvent: QEvent, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent
      QCloseEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QCloseEvent Constructors

QCloseEvent() Constructor
QCloseEvent(void *) Constructor

QCloseEvent Methods

QCloseEvent.Accept Method
QCloseEvent.Finalize Method
QCloseEvent.Ignore Method
QCloseEvent.IsAccepted Method


QCloseEvent() Constructor

public void QCloseEvent();

See Also

Qt.QCloseEvent Class, Qt Namespace

QCloseEvent(void *) Constructor

public void QCloseEvent(void * ptr);

See Also

Qt.QCloseEvent Class, Qt Namespace

QCloseEvent.Accept Method

public void Accept();

See Also

Qt.QCloseEvent Class, Qt Namespace

QCloseEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QCloseEvent Class, Qt Namespace

QCloseEvent.Ignore Method

public void Ignore();

See Also

Qt.QCloseEvent Class, Qt Namespace

QCloseEvent.IsAccepted Method

public bool IsAccepted();

See Also

Qt.QCloseEvent Class, Qt Namespace