DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / OperationBaseArgs Class
Members



In This Topic
    OperationBaseArgs Class
    In This Topic
    A base class for other Arguments classes used for incoming operations It is not used directly on its own.
    Syntax
    'Declaration
     
    Public Class OperationBaseArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As OperationBaseArgs
    public class OperationBaseArgs : System.EventArgs 
    public ref class OperationBaseArgs : public System.EventArgs 
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also