[Visual Basic] Private Sub TreeSLA_DoubleClick( _
ByVal sender As Object, _
ByVal e As EventArgs _
) Handles _
TreeSLA.DoubleClick
[Visual Basic] Private Sub TreeSLA_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles TreeSLA.DoubleClick
If TreeSLA.SelectedNode.Tag <> 0 And Not Me.FormReadonly Then
Me.ServiceKatalogSLAKatalog.Insert_Bottom_Table("ServiceKatalognr", Me.treeServiceKatalog.SelectedNode.Tag, "slakatalognr", Me.TreeSLA.SelectedNode.Tag)
Me.ServiceKatalogSLAKatalog.Save_Data()
Refresh_SLATable()
End If
End Sub
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition