Simple view event arguments.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class EventSimpleViewEventArgs : EventArgs
Visual Basic
Public Class EventSimpleViewEventArgs
	Inherits EventArgs
Visual C++
public ref class EventSimpleViewEventArgs : public EventArgs
F#
type EventSimpleViewEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    MonoSoftware.MonoX.ModuleGallery..::..EventSimpleViewEventArgs

See Also