zooflow
This commit is contained in:
12
ZooFlow/Events/OnFlowFormStateChangedEvent.vb
Normal file
12
ZooFlow/Events/OnFlowFormStateChangedEvent.vb
Normal file
@@ -0,0 +1,12 @@
|
||||
Public Class OnFlowFormStateChangedEvent
|
||||
Public Enum FlowFormState
|
||||
[Default]
|
||||
HasSearchResults
|
||||
End Enum
|
||||
|
||||
Public ReadOnly Property State As FlowFormState
|
||||
|
||||
Public Sub New(State As FlowFormState)
|
||||
_State = State
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user