Creates a new instance of the handler of the specified type of T
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxPublic Function Create(Of T) As T
member Create : unit -> 'T 
Type Parameters
- T
- Type of handler to create
Return Value
Type: 
TA new instance of a handler
 Remarks
Remarks
            This extension should be used when creating instances of a fixed type.
            
 See Also
See Also